VerificationRuleSettings
Functions
Link copied to clipboard
Specifies the set of verification limits that control the coverage conditions.
Link copied to clipboard
Modify filters for this rule, these filters will be inherited from common report filters.
Link copied to clipboard
fun VerificationRuleSettings.maxBound( limit: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)
A shortcut for
Link copied to clipboard
fun VerificationRuleSettings.minBound( limit: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)
A shortcut for
Properties
Link copied to clipboard
Instance for configuring bounds for this rule.
Link copied to clipboard
Instance for configuring report filters for this rule.
Link copied to clipboard
Specifies by which entity the code for separate coverage evaluation will be grouped. GroupingEntityType.APPLICATION by default.